projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cace9ff
)
Remove outdated multiline comment in gdb.cc
author
GPSBabel
<gpsbabel@users.noreply.github.com>
Mon, 29 Apr 2019 02:47:46 +0000
(21:47 -0500)
committer
GitHub
<noreply@github.com>
Mon, 29 Apr 2019 02:47:46 +0000
(21:47 -0500)
gdb.cc
patch
|
blob
|
history
diff --git
a/gdb.cc
b/gdb.cc
index 795b398194741de18f0c25bcc2e857d7ad50b1fb..4524e54c8bfc2518376b43d70e06e836c4c0cc30 100644
(file)
--- a/
gdb.cc
+++ b/
gdb.cc
@@
-185,9
+185,7
@@
disp_summary(const gbfile* f)
// which ways in which versions are not at all clear, leaing to
// encoding issues on read and leaks because of teh differences
// in calling conventions on who owns/destroys the result.
-//#define FREAD_CSTR \
-// (gdb_ver >= GDB_VER_UTF8) ? QString::fromUtf8(gdb_fread_cstr(fin)) : \
-// QString::fromLatin1(gdb_fread_cstr(fin))
+
#define FREAD_CSTR_AS_QSTR gbfgetcstr(fin)
static char* gdb_fread_cstr(gbfile* fin);